All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.AssertionHandler
NSAssertionHandler
.
[[NSAssertionHandler
alloc] init]
.
+ currentHandler
Objective-C class method.
- handleFailureInFunction:file:lineNumber:description:
Objective-C instance method.
- handleFailureInMethod:object:file:lineNumber:description:
Objective-C instance method.
protected AssertionHandler(boolean shouldAllocate, int objcObject)
public AssertionHandler()
[[NSAssertionHandler
alloc] init]
.
public static native AssertionHandler currentHandler()
+ currentHandler
Objective-C class method.
public native void handleFailureInMethod(Selector selector, Object object, String fileName, int line, String format)
- handleFailureInMethod:object:file:lineNumber:description:
Objective-C instance method.
public native void handleFailureInFunction(String functionName, String fileName, int line, String format)
- handleFailureInFunction:file:lineNumber:description:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index